timsort: Avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2020 23:22:12 +0000 (19:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2020 23:23:18 +0000 (19:23 -0400)
commite9bff5301559fff01af31132f7d7696e47b930ce
treecd81c9ff97e62aea2170be3e0b4512da538790ac
parent2a43ce17057638667ffefb4909632100149a71d8
timsort: Avoid a crash

We need to clear the pointer after freeing the data,
since the sortlistmodel keeps its timsort structure
around and reuses it.
gtk/gtktimsort.c